Support *-sco3.2v4* as opsystem.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 May 1993 18:42:47 +0000 (18:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 May 1993 18:42:47 +0000 (18:42 +0000)
configure1.in

index 1a3915b019dee8c7b977c3da5c7e0e9dc1e3a9fe..db232e2f152848c324dd3b69f56073c72a32a8e4 100755 (executable)
@@ -552,6 +552,7 @@ case "${configuration}" in
       *-isc* )                 opsys=isc3-0 ;;
       *-esix* )                        opsys=esix ;;
       *-xenix* )               opsys=xenix ;;
+      *-sco3.2v4* )            opsys=sco4 ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac
   ;;